chore(deps): update all non-major dependencies #2281
Merged
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
0.1.0
->0.3.16
18.18.9
->18.18.10
18.17.19
->18.18.10
6.11.0
->6.12.0
6.11.0
->6.12.0
3.33.2
->3.33.3
8.53.0
->8.54.0
2.0.2
->2.0.3
3.0.3
->3.0.4
Release Notes
changesets/changesets (@changesets/parse)
v0.3.16
Compare Source
Patch Changes
521205d
]:v0.3.15
Compare Source
Patch Changes
8c08469
]:v0.3.14
Compare Source
Patch Changes
dd9b76f
]:v0.3.13
Compare Source
Patch Changes
c87eba6
]:v0.3.12
Compare Source
Patch Changes
27a5a82
]:v0.3.11
Compare Source
Patch Changes
957e39c
Thanks @akphi! - Fixed an issue with failing to parse changesets containing a completely empty summary.v0.3.10
Compare Source
Patch Changes
9a993ba
]:v0.3.9
Compare Source
Patch Changes
e89e28a
]:v0.3.8
Compare Source
Patch Changes
de2b4a5
]:v0.3.7
Compare Source
Patch Changes
5b6005e
#462 Thanks @Andarist! - Fixed an issue with failing to parse changesets containing Windows newlines.v0.3.6
Compare Source
Patch Changes
2b49d66
]:v0.3.5
Compare Source
Patch Changes
1706fb7
#321 Thanks @mitchellhamilton! - Fix TypeScript declarationsUpdated dependencies [
1706fb7
]:v0.3.4
Compare Source
Patch Changes
011d57f
]:v0.3.3
Compare Source
Patch Changes
04ddfd7
#305 Thanks @Noviny! - Add link to changelog in readmeUpdated dependencies [
04ddfd7
,e56928b
]:v0.3.2
Patch Changes
41e2e3d
#292 Thanks @acheronfail! - Fixrepository
field in package.jsonUpdated dependencies [
41e2e3d
,cc8c921
,cc8c921
,2363366
]:v0.3.0
Compare Source
v0.2.1
Compare Source
v0.2.0
Compare Source
v0.1.2
Compare Source
typescript-eslint/typescript-eslint (@typescript-eslint/eslint-plugin)
v6.12.0
Compare Source
Bug Fixes
ignoreClassesThatImplementAnInterface
is set (#7705) (155aa1f)Features
You can read about our versioning strategy and releases on our website.
typescript-eslint/typescript-eslint (@typescript-eslint/parser)
v6.12.0
Compare Source
Note: Version bump only for package @typescript-eslint/parser
You can read about our versioning strategy and releases on our website.
zloirock/core-js (core-js)
v3.33.3
Compare Source
[[DedentMap]]
fromString.dedent
proposal betweencore-js
instances before stabilization of the proposalArray.fromAsync
marked as supported from Deno 1.38Symbol.{ dispose, asyncDispose }
marked as supported from Deno 1.38eslint/eslint (eslint)
v8.54.0
Compare Source
Features
a7a883b
feat: for-direction rule add check for condition in reverse order (#17755) (Angelo Annunziata)1452dc9
feat: Add suggestions to no-console (#17680) (Joel Mathew Koshy)21ebf8a
feat: updateno-array-constructor
rule (#17711) (Francesco Trotta)Bug Fixes
98926e6
fix: Ensure that extra data is not accidentally stored in the cache file (#17760) (Milos Djermanovic)e8cf9f6
fix: Make dark scroll bar in dark theme (#17753) (Pavel)3cbeaad
fix: Usecwd
constructor option as configbasePath
in Linter (#17705) (Milos Djermanovic)Documentation
becfdd3
docs: Make clear when rules are removed (#17728) (Nicholas C. Zakas)05d6e99
docs: update "Submit a Pull Request" page (#17712) (Francesco Trotta)eb2279e
docs: display info about deprecated rules (#17749) (Percy Ma)d245326
docs: Correct working in migrating plugin docs (#17722) (Filip Tammergård)Chores
d644de9
chore: upgrade @eslint/js@8.54.0 (#17773) (Milos Djermanovic)1e6e314
chore: package.json update for @eslint/js release (Jenkins)6fb8805
chore: Fixed grammar in issue_templates/rule_change (#17770) (Joel Mathew Koshy)85db724
chore: upgrademarkdownlint
to 0.31.1 (#17754) (Nitin Kumar)6d470d2
chore: update dependency recast to ^0.23.0 (#17736) (renovate[bot])b7121b5
chore: update dependency markdownlint-cli to ^0.37.0 (#17735) (renovate[bot])633b9a1
chore: update dependency regenerator-runtime to ^0.14.0 (#17739) (renovate[bot])acac16f
chore: update dependency vite-plugin-commonjs to ^0.10.0 (#17740) (renovate[bot])ba8ca7e
chore: add .github/renovate.json5 (#17567) (Josh Goldberg ✨)bahmutov/start-server-and-test (start-server-and-test)
v2.0.3
Compare Source
Bug Fixes
svg/svgo (svgo)
v3.0.4
Compare Source
Includes various bug fixes for existing plugins and a new optimization. Also splits
removeXMLNS
, which removed XLink, into two separate plugins,removeXMLNS
andremoveXlink
.What's Changed
Default Behavior
xmlns:xlink
) namespace. If that is desirable, you should enable the new Remove XLink (removeXlink
) plugin, which does more while being safer. By @TrySound and @SethFalco in https://github.com/svg/svgo/pull/1535Bug Fixes
pre
elements inforeignObject
. By @SethFalco in https://github.com/svg/svgo/pull/1796@-webkit-keyframes
in<style>
node. By @SethFalco in https://github.com/svg/svgo/pull/1826SVG Optimization
z
command if going back to initial position, or dropz
if redundant. By @KTibow in https://github.com/svg/svgo/pull/1822xmlns:xlink
) namespace and migrates from XLink attributes to the SVG 2 equivalent. Disabled by default. By @TrySound and @SethFalco in https://github.com/svg/svgo/pull/1535Metrics
Before and after using vectors from various sources, with the default preset of each respective version:
Before and after of the browser bundle of each respective version:
Configuration
📅 Schedule: Branch creation - "every weekend" in timezone Europe/Zurich, Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.
This PR has been generated by Mend Renovate. View repository job log here.